home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_gen / euphor14.zip / BIN.DOC < prev    next >
Text File  |  1996-04-05  |  1KB  |  30 lines

  1.    EUPHORIA\BIN
  2.  
  3.    This directory contains the Euphoria executable ex.exe, plus a number 
  4.    of utility programs written in Euphoria:
  5.  
  6.     ascii.ex     - prints a character chart from 0 to 255
  7.     bind.bat     - shroud & bind a Euphoria program to ex.exe to make 
  8.                a stand-alone .exe file
  9.     bind.ex         - shrouded Euphoria program for shrouding and binding
  10.     cdguru.bat   - The Guru search engine applied to the current directory 
  11.                that you are in. Searches any kind of text files.
  12.     ed.ex        - the Euphoria editor
  13.     eprint.ex    - prints Euphoria or other files in two-column condensed
  14.                mode. Highlights syntax of Euphoria files.
  15.     freq.ex         - builds a binary tree to count frequencies of words
  16.     guru.ex         - The Euphoria "Guru" search engine
  17.     key.ex         - shows the numeric key code for any key on the keyboard
  18.     lines.ex     - count lines and characters in a bunch of files
  19.     search.ex    - search files for a string-pattern
  20.        sb.bat         - turn on the bouncing balls screen saver
  21.     shroud.bat   - source code shrouder, makes a shrouded .e or .ex file
  22.     where.ex     - search for a file on your PATH
  23.        
  24.    There are also small .bat files for most of the .ex utilities, so you
  25.    don't have to type "ex ...",     e.g. just type "ascii" to turn run the
  26.    ascii.ex program.
  27.  
  28.    Many of these programs expect to be run from a command line interface.
  29.  
  30.